home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
talkingt.sit
/
Talking Tools
/
background_2617.txt
< prev
next >
Wrap
Text File
|
1988-11-25
|
3KB
|
141 lines
-- background: 2617 from stack: in
-- bmap block id: 3667
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openStack
hide message box
show menuBar
pass openStack
end openStack
-- part 6 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=62 top=34 right=59 bottom=339
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name:
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=466 top=25 right=48 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=10 top=25 right=48 bottom=36
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Preevious Card
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: E005
-- rect: left=347 top=67 right=86 bottom=481
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Talk Target
-- part 17 (button)
-- low flags: 00
-- high flags: E005
-- rect: left=367 top=306 right=324 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Talk On/Off
----- HyperTalk script -----
on mouseUp
If hilite of background button "Talk On/Off" is true then
talk "Thanks. I needed that", 160, 180
end if
pass mouseUp
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=417 top=30 right=65 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Home.
----- HyperTalk script -----
on mouseUp
visual effect iris close
talk "See you later.", 150, 150
go "home"
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=459 top=47 right=68 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
go to stack "Sound Machine"
end mouseUp